home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / ODFLibrary / Other / SLODFStr.fr < prev    next >
Encoding:
Text File  |  1996-08-16  |  1.3 KB  |  40 lines  |  [TEXT/MPS ]

  1. //============================================================================
  2. //
  3. //    File:                SLODFStr.fr
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Contains:    Miscellaneous ODF Strings
  7. //
  8. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //============================================================================
  11.  
  12. #ifndef SLODFSTR_K
  13. #include "SLODFStr.k"
  14. #endif
  15.  
  16. #ifndef FWRESFIL_K
  17. #include "FWResFil.k"
  18. #endif
  19.  
  20. //----------------------------------------------------------------------------
  21. //    Miscellaneous Strings
  22. //----------------------------------------------------------------------------
  23.  
  24. resource FW_kMULTISTRING (FW_kODFStrings)
  25. {
  26.     FW_kAboutString,            "About ";
  27.     FW_kODFCopyright,            "OpenDocâ„¢ Development Frameworks\r© 1993-96 Apple Computer, Inc.";
  28.     FW_kInsertSameDocument,        "Attempt to insert a document inside itself has failed.";
  29. }
  30.  
  31. //----------------------------------------------------------------------------
  32. //    Strings for printing
  33. //----------------------------------------------------------------------------
  34.  
  35. resource FW_kMULTISTRING (FW_kPrintingStrings)
  36. {
  37.     FW_kNoDefaultPrinterMsg, "There is no default printer selected.  Please use Chooser to select one.";
  38.     FW_kPrintingCanceledMsg, "As you requested, printing has been canceled.";
  39. }
  40.